LocationEngineCallback

Invoked for asynchronous notifications when new data from engine becomes available.

Parameters

<T>

Successful updated data type

Functions

Link copied to clipboard
abstract fun onFailure(@NonNull exception: Exception)
Invoked when engine exception occurs.
Link copied to clipboard
abstract fun onSuccess(result: T)
Invoked when new data available.